One moment please...
 
 
Exact Globe   
 

Pflichtfelder und Format XML-Format

Dieses Dokument enthält eine Übersicht über die obligatorischen und häufig verwendeten Felder. Die Pflichtfelder sind die Felder, die erforderlich sind, um die Datei importieren zu können. Die Pflichtfelder können durch den Zusatz "Obligatorisch" erkannt werden. Zusätzlich zu den Pflichtfeldern werden die häufigsten Felder angezeigt. Eine Übersicht über alle Felder finden Sie im  XML-Schema.

Abhängig von der Situation können auch andere Felder erforderlich sein. Wenn Sie beispielsweise eine Buchung importieren, müssen Sie keinen Debitor angeben. Wenn Sie jedoch ein Debitorenkonto in der Buchung verwenden, müssen Sie einen Debitor koppeln. Weitere Informationen finden Sie unter Aufbau einer XML-Datei.

Darüber hinaus generiert das System in vielen Fällen Informationen selbst, wenn Sie bestimmte Daten in der XML-Datei nicht angeben. Wenn Sie beispielsweise beim Importieren eines Sachkontos nicht angeben, ob es sich um eine Bilanz- oder ein Gewinn- und Verlustkoto handelt, importiert das System sie als Bilanz.


Accounts (Kontakte)
Assets (Anlagen)
Budgets (Budgetten)
Contracts (Verträge)
Currencies (Währung)
Customers (Kunden)
Documents (Dokumente)
Exchange rates (Wechselkurse)
G/L Accounts (Sachkonten)
GL Entries (Buchungen)
Hourentries (Stundeneingabe)
Internal use (Interne Bestellungen)
Item prices (Artikelpreise)
Items (Artikel)
Invoices (Ausgangsrechnung)
Journals (Buchungsarten)
Orders (Bestellungen)
Payroll component (Gehaltskomponente)
Payroll data (Gehaltsdaten)
Payroll entries (Gehaltsbuchungen)
ProductionOrders (Verkaufsaufträge)
Projects (Projektn)
Purchase orders (Bestellungen)
Resources (Mitarbeiter)
Transactions (Bewegungen)
Vendors (Lieferant)



Resources

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Resources>
<Resource number="*humres.res_id - int - mandatory" code="humres.usr_id - string" type="humres.emp_type - enum ( A C E R S T V)">
<
LastName>humres.sur_name - string - mandatory </LastName>
<Organization>
  <Division code="*bedryf.bedrnr - string - mandatory" />
  <Costcenter code="*kstpl.kstplcode - string - mandatory" />
  <JobTitle code="*hrjbtl.job_title - string - mandatory" />
<Manager number="*humres.res_id - int - mandatory" code="humres.usr_id - string" type="humres.emp_type - enum ( A C E R S T V)">
  <Organization />
  </Manager>
  </Organization>
  </Resource>
  </Resources>
  </eExact>

     Hoewel de 'Code' geen verplicht veld is om het XML bestand te kunnen importeren is het wel aan te raden om dit in het bestand op te geven. Wanneer u dit niet doet genereert Exact Globe tijdens de import zelf een code.
Wanneer u tijdens het importeren van een bestaande medewerker geen code op geeft, genereert Exact Globe Next ook zelf een code en wordt de code van de medewerker die al in de administratie aanwezig overschreven met deze automatisch gegenereerde code.
 

 

Accounts

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Accounts>
<Account code="*cicmpy.cmp_code - string - mandatory" type="cicmpy.cmp_type - enum ( A B C D E L N P R S T)" status="cicmpy.cmp_status - enum ( A B E N P R S)">
  <Name>cicmpy.cmp_name - string</Name>
</Account>
  </Accounts>
  </eExact>

 

 

Customers

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Accounts>
<Account code="*cicmpy.cmp_code - string - mandatory" type="cicmpy.cmp_type - enum ( A B C D E L N P R S T)" status="cicmpy.cmp_status - enum ( A B E N P R S)">
  <Name>cicmpy.cmp_name - string</Name>
</Account>
  </Accounts>
  </eExact>

 

 

Vendors

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Accounts>
<Account code="*cicmpy.cmp_code - string - mandatory" type="cicmpy.cmp_type - enum ( A B C D E L N P R S T)" status="cicmpy.cmp_status - enum ( A B E N P R S)">
  <Name>cicmpy.cmp_name - string</Name>
</Account>
  </Accounts>
  </eExact>

 

 

Items

<?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Items>
<Item code="*Items.ItemCode - string - mandatory">
  <Description>Items.Description - string</Description>
  <IsSalesItem>Items.IsSalesItem</IsSalesItem>
  </Item>
  </Items>
  </eExact>

 

 

Item prices

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<ItemPrices>
<ItemPrice>
  <Item code="*Items.ItemCode - string - mandatory" />
<PriceList code="N/A - string - mandatory">
  <Description>N/A - string - mandatory</Description>
<Currency code="*valuta.valcode - string - mandatory">
  <Description>valuta.oms30 - string - mandatory</Description>
  </Currency>
  </PriceList>
  <Value>N/A - float - mandatory</Value>
  <Unit unit="*ItemUnits.Unit - mandatory" />
  <Factor>N/A - float - mandatory</Factor>
  </ItemPrice>
  </ItemPrices>
  </eExact>

 

 

G/L Accounts

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<GLAccounts>
<GLAccount code="*grtbk.reknr - string - mandatory" type="N/A - enum ( B W)" side="N/A - enum ( D C G)">
  <Description>grtbk.oms25 - string - mandatory</Description>
  </GLAccount>
  </GLAccounts>
  </eExact>

 

 

Journals

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Journals>
<Journal code="*dagbk.dagbknr - string - mandatory" type="N/A - enum ( B G K M I T V) - mandatory">
  <Description>dagbk.oms25 - string - mandatory</Description>
  </Journal>
  </Journals>
  </eExact>

 

Exchange rates

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<ExchangeRates>
<ExchangeRate>
<Source>
<Currency code="*valuta.valcode - string - mandatory">
  <Description>valuta.oms30 - string - mandatory</Description>
  </Currency>
  </Source>
<Target>
<Currency code="*valuta.valcode - string - mandatory">
  <Description>valuta.oms30 - string - mandatory</Description>
  </Currency>
  </Target>
  <Date>rates.date_l - date - mandatory</Date>
  <Rate />
  </ExchangeRate>
  </ExchangeRates>
  </eExact>

 

 

Currencies

<?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Currencies>
<Currency code="*valuta.valcode - string - mandatory">
  <Description>valuta.oms30 - string - mandatory</Description>
  </Currency>
  </Currencies>
  </eExact>

 

 

Transactions

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<FinEntries>
<FinEntry entry="Entry number of the financial entry. - mandatory">
<Journal code="*dagbk.dagbknr - string - mandatory" type="N/A - enum ( B G K M I T V) - mandatory">
  <Description>dagbk.oms25 - string - mandatory</Description>
  </Journal>
<FinEntryLine>
  <Date>gbkmut.datum - date - mandatory</Date>
<GLAccount code="*grtbk.reknr - string - mandatory">
  <Description>grtbk.oms25 - string - mandatory</Description>
  </GLAccount>
  </FinEntryLine>
  </FinEntry>
  </FinEntries>
  </eExact>

 

 

Budgets

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Budgets>
<Budget code="N/A - mandatory">
  <Description>N/A - string - mandatory</Description>
<BudgetLine>
  <Date>N/A - date - mandatory</Date>
<GLAccount code="*grtbk.reknr - string - mandatory">
  <Description>grtbk.oms25 - string - mandatory</Description>
  </GLAccount>
  <Description>N/A - string - mandatory</Description>   
  <Quantity>N/A - float - mandatory</Quantity>
<Amount>
<Currency code="*valuta.valcode - string - mandatory">
  <Description>valuta.oms30 - string - mandatory</Description>
  </Currency>
  </Amount>
  </BudgetLine>
  </Budget>
  </Budgets>
  </eExact>

 

 

Documents

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Documents>
<Document>
  <Subject>BacoDiscussions.Subject - mandatory</Subject>
  </Document>
  </Documents>
  </eExact>

 

Orders

<?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Orders>
<Order type="V=Sales order, I=Purchase order - enum ( V I B Q) - mandatory">
  <OrderLine />
  </Order>
  </Orders>
  </eExact>

 

 

Purchase orders

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Orders>
<Order type="V=Sales order, I=Purchase order - enum ( V I B Q) - mandatory">
  <OrderLine />
  </Order>
  </Orders>
  </eExact>

 

 

ProductionOrders

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<ProductionOrders>
<ProductionOrder code="N/A - mandatory">
  <Description>N/A - string - mandatory</Description>
<ProductionOrderLine type="N/A - enum ( A B) - mandatory">
  <Description>N/A - string - mandatory</Description>
  <Date>N/A - date - mandatory</Date>
  <DeliveryDate>Date: YYYY-MM-DD - mandatory</DeliveryDate>
<GLAccount code="*grtbk.reknr - string - mandatory">
  <Description>grtbk.oms25 - string - mandatory</Description>
  </GLAccount>
  <Resource number="*humres.res_id - int - mandatory" />
  <Quantity>N/A - float - mandatory</Quantity>
<Amount>
<Currency code="*valuta.valcode - string - mandatory">
  <Description>valuta.oms30 - string - mandatory</Description>
  </Currency>
  </Amount>
  </ProductionOrderLine>
  </ProductionOrder>
  </ProductionOrders>
  </eExact>

 

 

Internal use

<?xml version="1.0" encoding="utf-8" ?>
<eExact>
<InternalUses>
<InternalUse ID="N/A - mandatory" status="N/A - enum ( -1 0 1 2 3) - mandatory">
  <Description>N/A - string - mandatory</Description>
  <Resource number="*humres.res_id - int - mandatory" />
  <Item code="*Items.ItemCode - string - mandatory" />
  <Quantity>N/A - float - mandatory</Quantity>
  </InternalUse>
  </InternalUses>
  </eExact>

 

 

Projects

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Projects>
<Project code="PRProject.ProjectNr - string - mandatory" type="PRProject.Type - enum ( F H I P O T)">
  <Description>PRProject.Description - string</Description>
  <SecurityLevel>PRProject.Security - int</SecurityLevel>
  <DateStart>PRProject.InitialStartDate - date</DateStart>
  <DateEnd>PRProject.InitialEndDate - date</DateEnd>
<Assortment number="*ItemAssortment.Assortment - int - mandatory">
  <Description>ItemAssortment.Description - string - mandatory</Description>
  </Assortment>
  <Manager number="*humres.res_id - int - mandatory" />
  <JobGroup code="*hrfree.reckey - string - mandatory" />
<Members>
<Member>
  <Resource number="*humres.res_id - int - mandatory" />
  </Member>
  </Members>
  </Project>
  </Projects>
  </eExact>

 

 

Assets

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Assets>
<Asset>
  <Description>N/A - string - mandatory</Description>
<AssetGroup>
  <Description>N/A - string - mandatory</Description>
  </AssetGroup>
  <Item code="*Items.ItemCode - string - mandatory" />
  </Asset>
  </Assets>
  </eExact>

 

 

Contracts

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Contracts>
<Contract>
  <Description>N/A - string - mandatory</Description>
<Assortment number="*ItemAssortment.Assortment - int - mandatory">
  <Description>ItemAssortment.Description - string - mandatory</Description>
  </Assortment>
  <Account code="*cicmpy.cmp_code - string - mandatory" />
  <DateStart>N/A - date - mandatory</DateStart>
<ContractLine>
<ContractItem>
  <Description>N/A - string - mandatory</Description>
  <Item code="*Items.ItemCode - string - mandatory" />
  <DateStart>N/A - date - mandatory</DateStart>
  <Quantity>N/A - float - mandatory</Quantity>
<Amount>
- <Currency code="*valuta.valcode - string - mandatory">
  <Description>valuta.oms30 - string - mandatory</Description>
  </Currency>
  </Amount>
  </ContractItem>
  </ContractLine>
  </Contract>
  </Contracts>
  </eExact>

 

 

Payroll component

<?xml version="1.0" encoding="utf-8" ?>
<eExact>
<PayrollComponentTypes>
<PayrollComponentType code="N/A - mandatory">
  <startdate>N/A - mandatory</startdate>
  <comp_type>N/A - mandatory</comp_type>
  <comp_sub_type>N/A - mandatory</comp_sub_type>
  </PayrollComponentType>
  </PayrollComponentTypes>
  </eExact>

 

 

Payroll data

<?xml version="1.0" encoding="utf-8" ?>
<eExact>
<PayrollResources>
  <PayrollResource number="N/A - mandatory" />
  </PayrollResources>
  </eExact>



Invoices

<?xml version="1.0" encoding="utf-8" ?>
<eExact>
<Invoices companycode="N/A" companyname="N/A">
- <Invoice type="V=Sales invoice, I=Commision invoice, B=Direct Invoice - enum ( V I B) - mandatory" code="N/A - string" number="N/A - int" sequence="N/A">
- <InvoiceLine lineNo="N/A" type="N/A">
  <SalesOrderNo>N/A - string</SalesOrderNo>
  <LineYourRef>N/A</LineYourRef>
  <Text>N/A - string</Text>
  <Reference>N/A - string</Reference>
- <Contract code="N/A">
  <EndDate>frsrg.dummy11</EndDate>
  </Contract>
  </InvoiceLine>
  </Invoice>
  </Invoices>
  </eExact>

 

 

Payroll entries

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<PayrollTransactions>
<PayrollTransaction number="N/A - mandatory">
<PayrollYear year="N/A - mandatory">
<Period period="N/A - mandatory" PaymentPeriod="N/A - mandatory">
<Entries>
- <Entry ComponentCode="N/A - mandatory">
  <CalculationDate>N/A - mandatory</CalculationDate>
- <Country code="*land.landcode - string - mandatory">
  <Description>land.oms60 - string - mandatory</Description>
  </Country>
- <Currency code="*valuta.valcode - string - mandatory">
  <Description>valuta.oms30 - string - mandatory</Description>
  </Currency>
  <ComponentType>N/A - mandatory</ComponentType>
  <ComponentSubType>N/A - mandatory</ComponentSubType>
  <Status>N/A - mandatory</Status>
  <PaymentPeriod>N/A - mandatory</PaymentPeriod>
  </Entry>
  </Entries>
  </Period>
  </PayrollYear>
  </PayrollTransaction>
  </PayrollTransactions>
  </eExact>

Hourentries

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<FinEntries>
<FinEntry entry="Entry number of the financial entry">
<Journal code="*dagbk.dagbknr - string - mandatory" type="N/A - enum (M) - mandatory">
  </Journal>
<FinEntryLine>
  <Date>gbkmut.datum - date - mandatory</Date>
<Starttime> dateTime </Starttime>
<Endtime> dateTime </Endtime>
<GLAccount code="*grtbk.reknr - string">
  <Description>grtbk.oms25 - string - mandatory</Description>
  </GLAccount>
<Resource number="*humres.res_id - int - mandatory" />
  <Quantity>N/A - float - mandatory</Quantity>
  </FinEntryLine>
  </FinEntry>
  </FinEntries>
  </eExact>

Import zonder uurartikel is mogelijk er wordt dan geboekt op het artikel 'STANDAARDUUR'.
Import zonder Project is mogelijk, er wordt dan geboekt op het project 'MRP'.

GL Entries

  <?xml version="1.0" encoding="utf-8" ?>
<eExact>
<GLEntries>
<GLEntry>
<Journal code="*dagbk.dagbknr - string - mandatory">
  </Journal>
<FinEntryLine>
<GLAccount code="*grtbk.reknr - string - mandatory">
  </GLAccount>
  </FinEntryLine>
  </GLEntry>
  </GLEntries>
  </eExact>

     
 Main Category: Support Product Know How  Document Type: Support - On-line help
 Category: On-line help files  Security  level: All - 0
 Sub category: Details  Document ID: 28.589.234
 Assortment:  Date: 17-07-2018
 Release:  Attachment:
 Disclaimer